home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / netzwerk / parnet-filesystem / mountlist < prev    next >
Text File  |  1996-02-26  |  909b  |  40 lines

  1. /* Mount information for ParNFS */
  2. /* $Id: Mountlist,v 1.3 1995/11/14 00:08:15 Rhialto Exp $ */
  3. NET:
  4.     FileSystem = L:NetworkFileSystem
  5.     Device       = parnet.device
  6.     Unit       = 0
  7.     Flags       = 0
  8.     Unit = 0
  9.     Flags = 0
  10.  
  11.     GlobVec = -1
  12. /*
  13.  * BlocksPerTrack =
  14.  * 0: primary client defaults
  15.  * 1: secondary client defaults
  16.  * 2: no defaults, use Interleave
  17.  */
  18.     BlocksPerTrack = 0
  19. /*
  20.  * Interleave = 0xppppsscc, where
  21.  * pppp: the port number the server is using (in hex)
  22.  * ss  : the parnet address of the server (in hex, 0x01 .. 0xFE)
  23.  * cc  : the parnet address of this client (in hex, 0x01 .. 0xFE)
  24.  *
  25.  *    Interleave = 0x025C0102     primary
  26.  *    Interleave = 0x025D0201     secondary
  27.  */
  28.     Interleave = 0x025C0102
  29.  
  30.     Surfaces = 0
  31.     LowCyl = 0
  32.     HighCyl = 0
  33.     StackSize = 2400; DosType = 0
  34. /*
  35.  * Specifying a dummy DosType value seems to be necessary if you give
  36.  * a FileSystem; without it StackSize defaults to 1000.
  37.  */
  38.  
  39. #
  40.